Skip to content

feat(deno): migrate sustainabot/bot-integration npm → Deno (standards#253)#228

Merged
hyperpolymath merged 1 commit into
mainfrom
campaign-253/migrate-sustainabot-bot-integration-deno
May 30, 2026
Merged

feat(deno): migrate sustainabot/bot-integration npm → Deno (standards#253)#228
hyperpolymath merged 1 commit into
mainfrom
campaign-253/migrate-sustainabot-bot-integration-deno

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

  • Class A (pure-Deno port) migration for bots/sustainabot/bot-integration/.
  • Deletes redundant package.json stub (private:true, no deps, scripts just mirror deno.json's affinescript compile/watch/clean tasks).
  • deno.json is fully self-contained with full imports map (jsr:@std/{http,log,dotenv,crypto}) — nothing else needed.
  • Appends npm-avoidant .gitignore entries per standards#67 (package-lock.json, **/package-lock.json, bun.lockb, yarn.lock, pnpm-lock.yaml, .npmrc).

Refs

  • standards#253 STEP 3 (smallest-first batch).
  • Migration template: standards/docs/migrations/npm-to-deno-template/MIGRATION.md.

Test plan

  • Confirmed package.json is a pure stub (no runtime/build deps).
  • Confirmed deno.json carries all build/watch/clean/smee/test/lint/fmt tasks.
  • .gitignore entries verified absent before append.

🤖 Generated with Claude Code

…#253)

Class A (pure-Deno port). Deletes redundant package.json stub
(private:true, no deps, scripts just mirror deno.json's affinescript
compile/watch/clean tasks). deno.json is fully self-contained with
full imports map.

Refs: standards#253 STEP 3 (smallest-first batch).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 30, 2026 22:40
@hyperpolymath hyperpolymath merged commit 36f969e into main May 30, 2026
13 of 22 checks passed
@hyperpolymath hyperpolymath deleted the campaign-253/migrate-sustainabot-bot-integration-deno branch May 30, 2026 23:15
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 72 issues detected

Severity Count
🔴 Critical 6
🟠 High 10
🟡 Medium 56

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in dogfood-gate.yml",
    "type": "missing_timeout_minutes",
    "file": "dogfood-gate.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant